home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set stagerect to the rect of the stage
- set the rect of window "about" to inflate(stagerect, -200, -128)
- set the windowType of window "about" to 1
- set the fileName of window "about" to "@/start"
- open(window "about")
- tell window "about"
- go("about")
- end tell
- moveToFront(window "about")
- set the modal of window "about" to 1
- end
-